home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cbibcode.arc
/
NORMVIDO.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-05
|
261 b
|
13 lines
/* p888.c --- bible */
#include <conio.h>
main()
{
window(20, 10, 60, 20);
textbackground(CYAN);
textcolor(RED);
clrscr();
gotoxy(10, 2);
cputs("This is the current attribute\n\r");
normvideo();
cputs("This is after calling 'normvideo'");
}